MapProjectionType

The projection used to represent the surface of the earth for placing longitude and latitude points of map elements within the map image.
 

Example

The following is an example of how to reference the MapProjectionType object:

	// The full path is required.
	dundas.controls.MapProjectionType.EQUIRECTANGULAR
	

 

Properties

 
  Name Description
  EQUIRECTANGULAR Draws a map based on an equirectangular projection.
  MERCATOR Draws a map based on a mercator projection.
  WEBMERCATOR Draws a map based on a EPSG 3857 web mercator projection.